go/printer.printer.signature (method)

6 uses

	go/printer (current package)
		nodes.go#L420: func (p *printer) signature(sig *ast.FuncType) {
		nodes.go#L512: 					p.signature(f.Type.(*ast.FuncType)) // don't print "func"
		nodes.go#L601: 				p.signature(f.Type.(*ast.FuncType)) // don't print "func"
		nodes.go#L856: 		p.signature(x.Type)
		nodes.go#L1009: 		p.signature(x)
		nodes.go#L1844: 	p.signature(d.Type)